home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1336 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  887 b 

  1. Path: newsfeed.ed.ac.uk!news
  2. From: Steven <steven@srv1.jig.ed.ac.uk>
  3. Newsgroups: comp.lang.c++
  4. Subject: Help! DLL's Mess Everything!
  5. Date: 10 Jan 1996 14:47:51 GMT
  6. Organization: JIIG-CAL
  7. Message-ID: <4d0jin$4rq@scotsman.ed.ac.uk>
  8. NNTP-Posting-Host: usr2.jig.ed.ac.uk
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
  13.  
  14. hi,
  15.  
  16. I'm using Borland 3.1 with OWL to try to create a DLL and then use it
  17. in one of my executables. However when I tried to use the function in 
  18. the DLL I got linker errors. So I changes the libraries to dynamic and
  19. then defined _CLASSLIB which did indeed get rid of the linker errors
  20. and give me an executable. However the BITMAP that used to display in
  21. the window is now gone and will not display while _CLASSLIB is defined.
  22. Can I get around it????? Any help appreciated.
  23.  
  24. Steve
  25.  
  26.